home *** CD-ROM | disk | FTP | other *** search
- /*
- * These are the leafs
- */
-
- #include "leafshapes.inc"
-
- #global_settings {
- assumed_gamma 1.0
- }
-
- light_source { <50 , 200, -50> color rgb <0.8, 0.8,1> }
- light_source { <50 , 20, -50> color rgb <0.8, 0.8,1> }
-
- camera {
- up y
- right 4/3*x
- direction 2*z
- location <0 , 0, -24>
- look_at <0 , 0, 0>
- }
-
- background{color rgb <0.1, 0.1, 0>}
-
- union {
- object {
- LEAF_AUTUMN_00
- }
- text {
- ttf "timrom.ttf",
- "LEAF_AUTUMN_00",
- 0.1, 0
- pigment { color rgb <0.01,0,0.01> }
- scale 0.5
- rotate <0, 0, 90>
- translate <1.5,0,0>
- }
- translate <-6.5,1,0>
- }
-
- union {
- object {
- LEAF_AUTUMN_01
- }
- text {
- ttf "timrom.ttf",
- "LEAF_AUTUMN_01",
- 0.1, 0
- pigment { color rgb <0.01,0,0.01> }
- scale 0.5
- rotate <0, 0, 90>
- translate <1.5,0,0>
- }
- translate <-2.5,1,0>
- }
-
- union {
- object {
- LEAF_AUTUMN_02
- }
- text {
- ttf "timrom.ttf",
- "LEAF_AUTUMN_02",
- 0.1, 0
- pigment { color rgb <0.01,0,0.01> }
- scale 0.5
- rotate <0, 0, 90>
- translate <1.5,0,0>
- }
- translate <1.5,1,0>
- }
-
- union {
- object {
- LEAF_AUTUMN_03
- }
- text {
- ttf "timrom.ttf",
- "LEAF_AUTUMN_03",
- 0.1, 0
- pigment { color rgb <0.01,0,0.01> }
- scale 0.5
- rotate <0, 0, 90>
- translate <1.5,0,0>
- }
- translate <5.5,1,0>
- }
-
-
- union {
- object {
- LEAF_SUMMER_00
- }
- text {
- ttf "timrom.ttf",
- "LEAF_SUMMER_00",
- 0.1, 0
- pigment { color rgb <0.01,0,0.01> }
- scale 0.5
- rotate <0, 0, 90>
- translate <1.5,0,0>
- }
- translate <-6.5,-4,0>
- }
-
- union {
- object {
- LEAF_SUMMER_01
- }
- text {
- ttf "timrom.ttf",
- "LEAF_SUMMER_01",
- 0.1, 0
- pigment { color rgb <0.01,0,0.01> }
- scale 0.5
- rotate <0, 0, 90>
- translate <1.5,0,0>
- }
- translate <-2.5,-4,0>
- }
-
- union {
- object {
- LEAF_SUMMER_02
- }
- text {
- ttf "timrom.ttf",
- "LEAF_SUMMER_02",
- 0.1, 0
- pigment { color rgb <0.01,0,0.01> }
- scale 0.5
- rotate <0, 0, 90>
- translate <1.5,0,0>
- }
- translate <1.5,-4,0>
- }
-
- union {
- object {
- LEAF_SUMMER_03
- }
- text {
- ttf "timrom.ttf",
- "LEAF_SUMMER_03",
- 0.1, 0
- pigment { color rgb <0.01,0,0.01> }
- scale 0.5
- rotate <0, 0, 90>
- translate <1.5,0,0>
- }
- translate <5.5,-4,0>
- }
-